It is designed to show AutoMate functionality in use. Remember you can always stop a task in progress by pressing CTRL-ALT-END. Press okay to continue running the task or Cancel to stop now.</AMMESSAGEBOX>
<!--- Create the variable that will be used to store move mouse
loop count for use in move mouse action --->
<AMVARIABLE NAME="movecoordinates"></AMVARIABLE>
<!--- Start notepad --->
<AMRUN FILE="NOTEPAD.EXE ">
<!--- Begin sending text to notepad, set to prevent user from
changing windows --->
<AMSENDKEY METHOD="paste" LOCKKEYBOARD="YES">Welcome to AutoMate, the leading system automation platform for Windows. As you can see, one of the many things AutoMate can do send text to application windows.
</AMSENDKEY>
<AMSENDKEY>
Keystrokes can also be sent one by one like this.
</AMSENDKEY>
<AMSENDKEY METHOD="paste" LOCKKEYBOARD="YES">
AutoMate can also move the mouse, like this...</AMSENDKEY>
<!--- Prevent user from moving mouse and begini a loop which